Oh nooooes, here we go.

This will not work on floating point numbers like float or double but it will work for integers and below.



public static boolean isDigits(final String input) {
...