Convert 4 Byte Integer to 4 Bytes?

Is there a function in MF that will convert a 4 byte Integer type into 4 individual bytes?

byte[] data = new byte[4];
Utility.InsertValueIntoArray(data, 0, 4, 0x44332211);