Solution
This can be achieved by using the Quotient & Remainder block. This block returns the remainder when one number is divided by another, if there is no remainder then the input number is divisible by user chosen number. By testing for a remainder of zero, the desired Boolean behaviour can be achieved.