ISNUMBER function

ISNUMBER returns TRUE if the value refers to a number. If an error occurs, the function returns a logical or numerical value.

Syntax

ISNUMBER(value)

value is any expression to be tested to determine whether it is a number or text.

Example

=ISNUMBER(C3) returns TRUE.

=ISNUMBER(C2) returns FALSE.