isnumber()

The isnumber() function checks that the given string can be converted to a number.

Syntax

isnumber(expr)
Note:
  1. Returns true if the string can be converted to a number (integer or real).