open static fun isNumeric(@NotNull input: @NotNull String): Boolean
Checks whether a String is numeric or not.
input - String: the string to check
input
Return Boolean: whether a String is numeric or not