IsNumeric

concerns

You can use the IsNumeric function to check whether the value passed is a numeric value. If a numeric parameter is specified, the function returns True, otherwise False.

 

Syntax

IsNumeric(Value)

Return value

Type

Description

Boolean

True if value is numeric

Parameter

Use

Name

Type

Passing

Description

Required

Value

Variant

ByVal

Value to check for