Syntax:=IsNumeric(Expression)
Description:Returns TRUE when the expression is a number and FALSE otherwise.
Example:=IsNumeric(123);=IsNumeric(A1);