I have now converted my polygons into rasters and then reclassified them.
My four layers are now reclassified with the values of "4" (4 will be my thou shall not pass number)
I then reclassified my reclassified DEM with the values of 1,2,3 and 4. (4 being the high elevation to avoid)
---
I then read that you need to merge these together by using the raster calculator and adding these values together.
When I do, it generates a calculation raster with a High: 2147483647 and a low of -2147483648!
What happened to my neat and tight 1,2,3,4 values??