Checks if a string represents a numeric value.
String to check
True if value is numeric
isNumeric('42'); // trueisNumeric('all'); // false Copy
isNumeric('42'); // trueisNumeric('all'); // false
Checks if a string represents a numeric value.