def isNumeric(input: String): Boolean = input.forall(_.isDigit)