isNumeric checks if a string contains only the characters 0,1,2,3,4,5,6,7,8,9:
isNumeric("12323") - returns true
isNumeric("12W44") - returns false
isNumeric checks if a string contains only the characters 0,1,2,3,4,5,6,7,8,9:
isNumeric("12323") - returns true
isNumeric("12W44") - returns false